From e5f61a794bd51c85a6c981357088939eba619cb3 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 29 Aug 2006 14:04:05 +0000 Subject: [PATCH] Allow out-of-tree Windows builds. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 59a4e8500..e52bcc4d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -110,8 +110,8 @@ globals.o: jeeps/gpslibusb.o: $(CC) @CPPFLAGS@ -c $(GBCFLAGS) @USB_CFLAGS@ @srcdir@/jeeps/gpslibusb.c $(OUTPUT_SWITCH)$@ -fileinfo.o: win32/gpsbabel.rc - $(RC) -o fileinfo.o win32/gpsbabel.rc +fileinfo.o: @srcdir@/win32/gpsbabel.rc + $(RC) -o fileinfo.o @srcdir@/win32/gpsbabel.rc clean: rm -f $(OBJS) gpsbabel gpsbabel.exe -- 2.30.2